home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual dBase v5.5 / MUSIC2.PAK / MUSIC.TXT < prev   
Text File  |  1995-07-18  |  4KB  |  128 lines

  1.              Copyright (c) 1991-1994 Borland International, Inc.
  2.                             All Rights Reserved.
  3.  
  4. This document describes the sample program files, which are installed
  5. in the SAMPLES\MUSIC subdirectory.
  6.  
  7. The Musical Methods application is an information display program for
  8. customers of the Musical Methods record and video store. It allows
  9. you to view the available items organized in different ways,
  10. search for information, and view the available musical
  11. subdivisions -- musical categories, media configurations, and sales
  12. rankings of the items sold.
  13.  
  14.  
  15. To run the application, execute "Do Music" from the Command window.
  16. Music.prg is both the main starting program for the application and
  17. the procedure file used by most of the forms.
  18.  
  19.  
  20. If you have installed the Visual dBASE Compiler, then
  21. you can also build an executable version of the application by using
  22. Music.mak (do Music.mak), or manually build it by using the Visual
  23. dBASE BUILD command.  A response file, Music.rsp is provided if you
  24. want to build Music manually.
  25.  
  26.  
  27.  
  28.  
  29.  
  30. ABOUT.WFM
  31. ---------
  32.  
  33. Files used:  MUSIC.CC, SMLMUSIC.BMP
  34.  
  35. This form displays general information about the Musical Methods
  36. application.
  37.  
  38.  
  39. CATEGORS.WFM
  40. ------------
  41.  
  42. Files used:  MUSIC.CC, VIEW.MNU, MUSIC.PRG, CATEGORS.QBE,
  43.              CATEGORS.DBF, CATEGORS.MDX, MUSIC.DBF, MUSIC.DBT,
  44.              MUSIC.MDX, SMLMUSIC.BMP
  45.  
  46.  
  47. This form shows all the available musical categories and allows you
  48. to see the musical items available for each category.
  49.  
  50.  
  51. CONFIGS.WFM
  52. -----------
  53.  
  54. Files used:  MUSIC.CC, VIEW.MNU, MUSIC.PRG, CONFIGS.QBE,
  55.              CONFIGS.DBF, CONFIGS.MDX, MUSIC.DBF, MUSIC.DBT,
  56.              MUSIC.MDX, SMLMUSIC.BMP
  57.  
  58. This form shows the available media configurations -- i.e. CD, Casette,
  59. Video tape, and so on. You can also see the available items in each
  60. configuration.
  61.  
  62.  
  63. FILTER.WFM
  64. ----------
  65.  
  66. Files used:  MUSIC.CC, MUSIC.QBE, SMLMUSIC.BMP
  67.  
  68. This form is used for setting a criteria for viewing the available
  69. information. You can restrict the visible items however you like.
  70. The form allows you to create a compound filtering expression.
  71.  
  72.  
  73. MUSIVIEW.WFM
  74. ------------
  75.  
  76. Files used:  MUSIC.CC, VIEW.MNU, MUSIC.PRG, MUSIC.QBE,
  77.              MUSIC.DBF, MUSIC.DBT, MUSIC.MDX,
  78.              CATEGORS.DBF, CATEGORS.MDX,
  79.              CONFIGS.DBF, CONFIGS.MDX,
  80.              PRIORITS.DBF, PRIORITS.MDX,
  81.              SMLMUSIC.BMP
  82.  
  83. This is the main form for viewing available items. It displays
  84. information about the item currently viewed and allows you to
  85. see more information. You can navigate through the available
  86. items by using the buttons on the form, You can also perform searches,
  87. filters, and ordering changes by using the menu.
  88.  
  89.  
  90. PRIORITS.WFM
  91. ------------
  92.  
  93. Files used:  MUSIC.CC, VIEW.MNU, MUSIC.PRG, PRIORITS.QBE,
  94.              PRIORITS.DBF, PRIORITS.MDX, MUSIC.DBF, MUSIC.DBT,
  95.              MUSIC.MDX, SMLMUSIC.BMP
  96.  
  97. With this form you can view the sales rankings of the different items
  98. in the store. Sales rankings are numbers that indicate the popularity
  99. of an item. As with other view forms, you can see the items that
  100. correspond to each sales ranking.
  101.  
  102. SEARCH.WFM
  103. ----------
  104.  
  105. Files used:  MUSIC.CC, MUSIC.PRG, SMLMUSIC.BMP
  106.  
  107. This form is used for data searching. You can select a field from a
  108. list and enter a value that you want to find.
  109.  
  110.  
  111. SKIP.WFM
  112. --------
  113.  
  114. Files used:  MUSIC.CC, MUSIC.QBE, SMLMUSIC.BMP
  115.  
  116. This form skips records in the main table of the current view.
  117.  
  118.  
  119. START.WFM
  120. ---------
  121.  
  122. Files used:  BIGMUSIC.BMP
  123.  
  124. This is the initial splash screen that contains the Musical Methods
  125. logo. It disappears whenever you select a menu item.
  126.  
  127.  
  128.